home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / C# Editor 32 Bit / Setup.exe / Setups / CSharpEd / Installed / Autocomplete / Buffer.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  317 b   |  5 lines

  1. [Buffer]
  2. 0=3,BlockCopy,public static void BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count);
  3. 1=3,ByteLength,public static int ByteLength(Array array);
  4. 2=3,GetByte,public static byte GetByte(Array array, int index);
  5. 3=3,SetByte,public static void SetByte(Array array, int index, byte value);